github.com/refraction-networking/utls.newSessionTicketMsgTLS13.label (field)

6 uses

	github.com/refraction-networking/utls (current package)
		handshake_client_tls13.go#L1068: 	session.ticket = msg.label
		handshake_messages.go#L1207: 	label        []byte
		handshake_messages.go#L1221: 			b.AddBytes(m.label)
		handshake_messages.go#L1246: 		!readUint16LengthPrefixed(&s, &m.label) ||
		handshake_server_tls13.go#L998: 		m.label, err = c.config.WrapSession(c.connectionStateLocked(), state)
		handshake_server_tls13.go#L1008: 		m.label, err = c.config.encryptTicket(stateBytes, c.ticketKeys)